home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 05 Programming / EDIT20.TXT < prev    next >
Text File  |  2019-04-13  |  1KB  |  32 lines

  1. Simple texteditor v 2.0
  2.  
  3. This is a short and simple version of a texteditor and a tool to
  4. handle sequential files. It is based on the program SEQUTL.BIN
  5. lib 8 [75116,3347]. 
  6. The editor can be used to write letters, docs and to prepare them
  7. to be eventually transferred by E-Mail.
  8. - You can enter up to 500 lines of text (75 characters/line).
  9.   Characters like quotation marks - chr$(34) - and comma
  10.   - chr$(44) - can be used.
  11. - A CBM compatible printer (unit 8, sec. address 7) will work.
  12. - The input of a line of text will be closed by hitting RETURN.
  13. - Before closing the line you can correct the content using the
  14.   key INST/DEL.
  15. - Pressing SPACE + RETURN creates an empty line.
  16. - Pressing RETURN after the line number is shown will end the whole
  17.   process of inputting text. The file will be closed and saved on
  18.   disk.
  19.   The standard diskdrive is unit 8 (!).
  20. - You can append existing files - add more lines of text.
  21. - Using the option 'edit an old file' you can alter existing text.
  22.   If the line is shown type 'E' and you can input a new text 
  23.   starting at the begin of the line. Hitting 'RETURN' will delete
  24.   this line.
  25.   Pressing 'SPACE'    ill show the next line of the textfile.
  26. - Finally there is the capability to convert the character set of the
  27.   file (PETSCII) to true ASCII.Therewith the file can be sent by
  28.   E-Mail. The extension '.text' is added to the filename.
  29.  
  30. F.Dormeier                                    [100272,2564]
  31.  
  32.